Skip to content

Commit

Permalink
Code cleanup; update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 27, 2024
1 parent dfb6fe2 commit 6a629ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/BymlLibrary/BymlLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="LiteYaml" Version="0.1.1" />
<PackageReference Include="Revrs" Version="1.0.5" />
<PackageReference Include="Revrs" Version="1.0.6" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion src/BymlLibrary/Writers/BymlWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void Write()
int rootNodeOffset = (int)Writer.Position;

Write(_root);
// Writer.Flush();

Writer.Seek(0);
Writer.Write<BymlHeader, BymlHeader.Reverser>(new(
Expand Down

0 comments on commit 6a629ab

Please sign in to comment.