Skip to content

Commit

Permalink
#27: Remove outdated TODO comment in CodeFile
Browse files Browse the repository at this point in the history
This commit removes a superfluous TODO comment from the CodeFile class. The comment was relevant to a contract check that has already been fixed, hence it's no longer necessary.
  • Loading branch information
MarcinCelej committed Dec 20, 2023
1 parent 6db02db commit 0c5498b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/Synergy.Documentation/Code/CodeFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public static CodeFolder Current([CallerFilePath] string path = "")

public CodeFile(string filePath)
{
// TODO: Marcin Celej [from: Marcin Celej on: 26-07-2023]: fix contract check here
FilePath = filePath.OrFailIfWhiteSpace(nameof(filePath));
}

Expand Down

0 comments on commit 0c5498b

Please sign in to comment.