Skip to content

Commit

Permalink
std: format with julefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Dec 3, 2024
1 parent 58b7e2a commit ff1c1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion std/net/addr.jule
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD 3-Clause
// license that can be found in the LICENSE file.

use "std/internal/conv"
use "std/internal/byteslite"
use "std/internal/conv"

// Address errors.
enum AddrError {
Expand Down
2 changes: 1 addition & 1 deletion std/os/cmd_unix.jule
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD 3-Clause
// license that can be found in the LICENSE file.

use "std/internal/conv"
use "std/internal/byteslite"
use "std/internal/conv"
use integ "std/jule/integrated"
use "std/sys"

Expand Down

0 comments on commit ff1c1b7

Please sign in to comment.