Skip to content

Commit

Permalink
Fix uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao committed Jan 6, 2023
1 parent c7e7416 commit 5786b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saturn/pkg/run/java8.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func NewJava8Scaffold(ctx context.Context, episode saturn.Episode, repo *git.Rep
s.UploadReplay(),
s.DetermineScores(),
}
s.matchOutputs = make(map[*StepArguments]string)
return s, nil
}

Expand Down

0 comments on commit 5786b1f

Please sign in to comment.