Skip to content

Commit 88776de

Browse files
committed
run: make fmt
1 parent 765b2c6 commit 88776de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/setting/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func DefaultOpenWithEditorApps() OpenWithEditorAppsType {
4949

5050
type RepositoryStruct struct {
5151
OpenWithEditorApps *config.Value[OpenWithEditorAppsType]
52-
SnippetRemoteName *config.Value[string]
52+
SnippetRemoteName *config.Value[string]
5353
}
5454

5555
type ConfigStruct struct {
@@ -71,7 +71,7 @@ func initDefaultConfig() {
7171
},
7272
Repository: &RepositoryStruct{
7373
OpenWithEditorApps: config.ValueJSON[OpenWithEditorAppsType]("repository.open-with.editor-apps"),
74-
SnippetRemoteName: config.ValueJSON[string]("repository.snippet-remote-name").WithDefault("origin"),
74+
SnippetRemoteName: config.ValueJSON[string]("repository.snippet-remote-name").WithDefault("origin"),
7575
},
7676
}
7777
}

0 commit comments

Comments
 (0)