Skip to content

Commit

Permalink
style: apply formatting patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Dec 15, 2023
1 parent 6372579 commit f7c7f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/src/Common/Submitter/BaseClientSubmitter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ private IEnumerable<string> ChunkSubmitTasksWithDependencies(IEnumerable<Tuple<s
break;
default:
Logger.LogError(innerException,
"Unknown failure");
"Unknown failure");
throw;
}

Expand Down

0 comments on commit f7c7f8b

Please sign in to comment.