Skip to content

Commit

Permalink
Merge pull request #12 from kanmu/hidetatz/lint
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
hidetatz authored Oct 1, 2024
2 parents 454a9a6 + 3a945c8 commit c8cc660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestRefToStructName(t *testing.T) {
}

for _, c := range cases {
t.Logf(c.Prop.refToStructName())
t.Logf("%v", c.Prop.refToStructName())
}
}

Expand Down

0 comments on commit c8cc660

Please sign in to comment.