Skip to content

Commit

Permalink
[LYB-41] Add mutation tests
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Troxel <[email protected]>
  • Loading branch information
rtrox committed Jan 4, 2024
1 parent 8fba3d3 commit 5a3a74d
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func initLogger() {
}
}

func rootRun(cmd *cobra.Command, args []string) {
func rootRun(_ *cobra.Command, _ []string) {
var srv http.Server

schedulerCtx := context.Background()
Expand Down
Loading

0 comments on commit 5a3a74d

Please sign in to comment.