mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run v fmt -w vlib/os/file.c.v
This commit is contained in:
parent
c21df2d44c
commit
298fc533e4
@ -134,7 +134,7 @@ pub fn create(path string) ?File {
|
||||
[deprecated: 'use os.stdin() instead']
|
||||
[deprecated_after: '2021-05-17']
|
||||
pub fn open_stdin() File {
|
||||
return stdin()
|
||||
return stdin()
|
||||
}
|
||||
|
||||
// stdin - return an os.File for stdin, so that you can use .get_line on it too.
|
||||
|
Loading…
Reference in New Issue
Block a user