Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Apr 16, 2024
1 parent 25aa146 commit 41009cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var DefaultBackendConfig = BackendConfig{
PlacePixelDevnet: "../scripts/place_pixel.sh",
AddTemplateHashDevnet: "../scripts/add_template_hash.sh",
},
Production: false,
Production: false,
}

var DefaultBackendConfigPath = "../configs/backend.config.json"
Expand Down

0 comments on commit 41009cc

Please sign in to comment.