Make trailing comma usage consistent

This commit is contained in:
gingerBill
2021-03-13 21:18:07 +00:00
parent 8123ff83a3
commit a60d22fefd
6 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ Options :: bit_set[Option];
Full_Timestamp_Opts :: Options{
.Date,
.Time
.Time,
};
Location_Header_Opts :: Options{
.Short_File_Path,
@@ -48,7 +48,7 @@ Location_Header_Opts :: Options{
};
Location_File_Opts :: Options{
.Short_File_Path,
.Long_File_Path
.Long_File_Path,
};