Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja committed Jun 29, 2023
1 parent 57ffcb6 commit 237c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/render/api_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAPIKeyProvisioner(t *testing.T) {
ExpectedOutput: sdk.ProvisionOutput{
Files: map[string]sdk.OutputFile{
"~/.render/config.yaml": {
Contents: []byte(plugintest.LoadFixture(t, "config.yaml")+ "\n"),
Contents: []byte(plugintest.LoadFixture(t, "config.yaml") + "\n"),
},
},
},
Expand Down

0 comments on commit 237c794

Please sign in to comment.