Skip to content

Commit

Permalink
Fix tabs vs spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sbergen committed Jan 14, 2025
1 parent 62953e0 commit dd507f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void QueueForValidate(IValidatable validatable)
{
if (_hasResolvedRoots)
{
Log.Error($"Trying to queue '{validatable.GetType().PrettyName()}' for validation after resolving");
Log.Error($"Trying to queue '{validatable.GetType().PrettyName()}' for validation after resolving");
}
else
{
Expand Down

0 comments on commit dd507f0

Please sign in to comment.