Skip to content

Commit

Permalink
fix cargo fmt error
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
  • Loading branch information
smurawski committed Sep 28, 2016
1 parent 90a4614 commit 2ab1c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/os/system/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct Uname {
}

pub fn uname() -> Result<Uname> {
Ok(Uname{
Ok(Uname {
sys_name: String::from("Windows"),
node_name: String::from("CHEF-WIN10"),
release: String::from("10.0.14915"),
Expand Down

0 comments on commit 2ab1c98

Please sign in to comment.