Skip to content

Commit 7e822a2

Browse files
committed
two space indent
1 parent 3150e03 commit 7e822a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/wconfig/settingsconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ func MigratePresetsBackgrounds() {
924924
if len(filtered) == 0 {
925925
return
926926
}
927-
outBarr, err := json.MarshalIndent(filtered, "", " ")
927+
outBarr, err := json.MarshalIndent(filtered, "", " ")
928928
if err != nil {
929929
log.Printf("error marshaling backgrounds.json during migration: %v\n", err)
930930
return

0 commit comments

Comments
 (0)