Skip to content

Commit

Permalink
fix: filter on .gleam files only
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Apr 14, 2024
1 parent 5f8e9ee commit b32fe23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/internal/codegen/modules.gleam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import gleam/option
import gleam/list
import gleam/string
import gleam/set
Expand Down
2 changes: 1 addition & 1 deletion src/internal/serializer.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fn codegen_t_to_codegen_json_t(gen: StmtGenReq, field_name) {
])
}
_ -> {
todo
panic as "unimplemented! codegen_t_to_codegen_json_t"
}
}
}
Expand Down

0 comments on commit b32fe23

Please sign in to comment.