Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Nov 3, 2023
1 parent 48e5bfe commit 8bb576b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ public bool ConvertToXml(string inputFilePath, string outputFilePath)
#endregion IReportConverter interface

// was internal
public static bool ConvertBinaryToXml(string inputBinaryFilePath, string outputXmlFilePath,
ILogger logger)
public static bool ConvertBinaryToXml(string inputBinaryFilePath, string outputXmlFilePath, ILogger logger)
{
Debug.Assert(Path.IsPathRooted(inputBinaryFilePath), "Expecting the input file name to be a full absolute path");
Debug.Assert(File.Exists(inputBinaryFilePath), "Expecting the input file to exist: " + inputBinaryFilePath);
Expand Down

0 comments on commit 8bb576b

Please sign in to comment.