Ver Fonte

Semicolon

Kenric Nugteren há 1 ano atrás
pai
commit
7f35812b25
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      prs.shared/Database Update Scripts/Update_7_34.cs

+ 1 - 1
prs.shared/Database Update Scripts/Update_7_34.cs

@@ -337,7 +337,7 @@ namespace PRS.Shared
             }
             else
             {
-                throw new Exception($"Unhandled variable type {fieldType}")
+                throw new Exception($"Unhandled variable type {fieldType}");
             }
         }