Skip to content

Commit

Permalink
fix some codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
justdmitry committed Dec 16, 2019
1 parent 06de13c commit fdcb097
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/RecurrentTasks/TaskRunResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public enum TaskRunResult : byte
{
Unknown,
Success,
Fail
Fail,
}
}

0 comments on commit fdcb097

Please sign in to comment.