Skip to content

Commit

Permalink
Fix again (git is converting newlines)
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Aug 18, 2024
1 parent a158f8d commit 2d5a4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/ConfigurationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private static string Comment(string? value)

const string commentToken = "; ";

const string resxNewLine = "\r\n";
const string resxNewLine = "\n";
return commentToken + value!.Replace(resxNewLine, resxNewLine + commentToken);
}

Expand Down

0 comments on commit 2d5a4fd

Please sign in to comment.