Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
custompro98 committed Jul 3, 2024
1 parent 21b9544 commit 634f998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/glenv_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pub fn main() {
gleeunit.main()
}


const hello_key = "HELLO"

const foo_key = "FOO"
Expand All @@ -21,7 +20,6 @@ const count_key = "COUNT"

const is_on_key = "IS_ON"


pub type TestEnv {
TestEnv(hello: String, count: Int, foo: Float, is_on: Bool)
}
Expand Down

0 comments on commit 634f998

Please sign in to comment.