浏览代码

Semicolon

Kenric Nugteren 1 年之前
父节点
当前提交
7f35812b25
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}");
             }
         }