Skip to content

Commit

Permalink
Fixing lint for golang
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io>
  • Loading branch information
ShivanshVij committed Sep 20, 2023
1 parent eac300f commit a265bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signature/generator/typescript/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestGenerator(t *testing.T) {
formatted, err := GenerateTypes(s, "types")
require.NoError(t, err)

//os.WriteFile("./generated.txt", formatted, 0644)
// os.WriteFile("./generated.txt", formatted, 0644)

master, err := os.ReadFile("./generated.txt")
require.NoError(t, err)
Expand Down

0 comments on commit a265bdb

Please sign in to comment.