Skip to content

Commit

Permalink
Correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 1, 2024
1 parent 8350ab6 commit c9ee972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions writing-gleam.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ import argv
import envoy
import gleam/io
import gleam/result
import internal
import vars/internal
pub fn main() {
// Omitted for brevity
Expand All @@ -250,7 +250,7 @@ Open up the `test/vars_test.gleam` file and write a test for the `format_pair`.
// in test/vars_test.gleam
import gleeunit
import gleeunit/should
import internal
import vars/internal
pub fn main() {
gleeunit.main()
Expand Down

0 comments on commit c9ee972

Please sign in to comment.