Skip to content

Commit 298fc53

Browse files
committed
ci: run v fmt -w vlib/os/file.c.v
1 parent c21df2d commit 298fc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/os/file.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub fn create(path string) ?File {
134134
[deprecated: 'use os.stdin() instead']
135135
[deprecated_after: '2021-05-17']
136136
pub fn open_stdin() File {
137-
return stdin()
137+
return stdin()
138138
}
139139

140140
// stdin - return an os.File for stdin, so that you can use .get_line on it too.

0 commit comments

Comments
 (0)