Skip to content

Commit

Permalink
Merge pull request #606 from cincuranet/patch-1
Browse files Browse the repository at this point in the history
Fix whitespace.
  • Loading branch information
ericsink authored Sep 12, 2024
2 parents b8bd75b + 5353260 commit 549ecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_lib_nuspecs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ XmlWriter f

write_nuspec_file_entry_native_linux(lib, "mips64", "linux-mips64", f);
write_nuspec_file_entry_native_linux(lib, "s390x", "linux-s390x", f);
write_nuspec_file_entry_native_linux(lib, "ppc64le", "linux-ppc64le", f);
write_nuspec_file_entry_native_linux(lib, "ppc64le", "linux-ppc64le", f);

write_nuspec_file_entry_native_wasm(lib, TFM.NET60, f);
write_nuspec_file_entry_native_wasm(lib, TFM.NET70, f);
Expand Down

0 comments on commit 549ecce

Please sign in to comment.