missing space

This commit is contained in:
bimgeek
2026-03-31 18:11:26 +03:00
parent a149f182b0
commit 81b0c90eac
+1 -1
View File
@@ -14,7 +14,7 @@ public static class Url
{
public static readonly Uri Netlify = new("https://dui.speckle.systems/");
//public static readonly Uri Netlify = new("http://localhost:8082/");
// public static readonly Uri Netlify = new("http://localhost:8082/");
// In CefSharp XAML file we cannot call ToString() function over URI
public static readonly string NetlifyString = Netlify.ToString();