Browse Source

Semicolon

Kenric Nugteren 1 năm trước cách đây
mục cha
commit
7f35812b25
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}");
             }
         }