Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
graphiteisaac authored and lpil committed Nov 17, 2024
1 parent 5c8db4c commit 2757554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/generated/sql.gleam
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// THIS FILE IS GENERATED. DO NOT EDIT.
// Regenerate with `gleam run -m codegen`

import sqlight
import gleam/result
import gleam/dynamic
import gleam/result
import packages/error.{type Error}
import sqlight

pub type QueryResult(t) =
Result(List(t), Error)
Expand Down

0 comments on commit 2757554

Please sign in to comment.