Skip to content

Commit 49233d5

Browse files
committed
Fix go formatting
1 parent f7782e2 commit 49233d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alioss/integration/general_ali_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ var _ = Describe("General testing for all Ali regions", func() {
206206
Expect(err).ToNot(HaveOccurred())
207207
Expect(cliSession.ExitCode()).To(BeZero())
208208

209-
_ = os.Remove(outputFilePath) //nolint:errcheck
209+
_ = os.Remove(outputFilePath) //nolint:errcheck
210210
_ = os.Remove(timeoutConfigPath) //nolint:errcheck
211211
}()
212212

0 commit comments

Comments
 (0)