Skip to content

Commit

Permalink
Fix mismatched bracket in release build (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesaltzm authored Mar 3, 2021
1 parent 5a247f8 commit 74b0a0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/PAModel/Serializers/MsAppSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,11 @@ private static void ComputeAndWriteChecksum(CanvasDocument app, ChecksumMaker ch
errors.ChecksumMismatch("Extra file " + file.Key);
}
}
#endif
}

#endif
}

var checksumJson = new ChecksumJson
{
ClientStampedChecksum = hash.wholeChecksum,
Expand Down

0 comments on commit 74b0a0e

Please sign in to comment.