Skip to content

Commit

Permalink
julefmt: refactor with julefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Sep 30, 2024
1 parent 307e003 commit 7c28bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/format.jule
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD 3-Clause
// license that can be found in the LICENSE file.

use "std/bytes"
use "std/jule/ast"
use "std/jule/lex"
use "std/jule/types"
use "std/bytes"
use "std/slices"
use "std/strings"
use "std/unicode/utf8"
use "std/slices"

struct field {
f: &ast::FieldDecl
Expand Down

0 comments on commit 7c28bb0

Please sign in to comment.