Missing semicolon bothered me
This commit is contained in:
parent
b92b5430e1
commit
f98ab3eb82
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use sysinfo::System;
|
||||
|
||||
fn main() {
|
||||
get_sys_info()
|
||||
get_sys_info();
|
||||
}
|
||||
|
||||
fn get_sys_info() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue