Skip to content

Commit cc8c235

Browse files
committed
w: fix typo
1 parent 18e8f24 commit cc8c235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/w/src/w.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fn fetch_user_info() -> Result<Vec<UserInfo>, std::io::Error> {
189189

190190
#[cfg(any(target_os = "macos", target_os = "windows"))]
191191
fn fetch_user_info() -> Result<Vec<UserInfo>, std::io::Error> {
192-
Ok(Vec::new())process,
192+
Ok(Vec::new())
193193
}
194194

195195
#[uucore::main]

0 commit comments

Comments
 (0)