Skip to content

Commit

Permalink
asset: fix linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Oct 5, 2023
1 parent 5d68d06 commit 5fa2501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/asset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func TestValidateAssetName(t *testing.T) {
},
{
// Invalid if tab in name.
name: "tab tab",
name: "tab\ttab",
valid: false,
},
{
Expand Down

0 comments on commit 5fa2501

Please sign in to comment.