Skip to content

Commit 11e00a9

Browse files
committed
fmt
1 parent 5a36e47 commit 11e00a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependency_updater/dependency_updater.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func updater(token string, repoPath string, commit bool, githubAction bool) erro
115115
updatedDependencies = append(updatedDependencies, updatedDependency)
116116
}
117117
}
118-
118+
119119
e := createVersionsEnv(repoPath, dependencies)
120120
if e != nil {
121121
return fmt.Errorf("error creating versions.env: %s", e)
@@ -143,7 +143,7 @@ func createCommitMessage(updatedDependencies []VersionUpdateInfo, repoPath strin
143143
}
144144
commitDescription = strings.TrimSuffix(commitDescription, " ")
145145
commitTitle += strings.Join(repos, ", ")
146-
146+
147147
if githubAction {
148148
err := writeToGithubOutput(commitTitle, commitDescription, repoPath)
149149
if err != nil {

0 commit comments

Comments
 (0)