Skip to content

Commit

Permalink
all: run v fmt -w . in project root
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 2, 2024
1 parent b9ca03d commit 1a6f993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/util.v
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ pub:
details string
}

// ensure_path creates `path` if it does not already exist.
@[deprecated: 'use paths.ensure() instead']
@[deprecated_after: '2025-10-02']
// ensure_path creates `path` if it does not already exist.
pub fn ensure_path(path string) ! {
if !os.exists(path) {
os.mkdir_all(path) or {
Expand Down

0 comments on commit 1a6f993

Please sign in to comment.