Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e0146f

Browse files
committed
linting
1 parent6a59ee1 commit4e0146f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cli/organizationsettings.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ func (r *RootCmd) printOrganizationSetting(orgContext *OrganizationContext) *ser
6565
returnfmt.Errorf("failed to get organization setting %s: %w",inv.Args[0],err)
6666
}
6767

68-
settingJson,err:=json.Marshal(setting)
68+
settingJSON,err:=json.Marshal(setting)
6969
iferr!=nil {
7070
returnfmt.Errorf("failed to marshal organization setting %s: %w",inv.Args[0],err)
7171
}
7272

7373
vardst bytes.Buffer
74-
err=json.Indent(&dst,settingJson,"","\t")
74+
err=json.Indent(&dst,settingJSON,"","\t")
7575
iferr!=nil {
7676
returnfmt.Errorf("failed to indent organization setting as json %s: %w",inv.Args[0],err)
7777
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp