Skip to content

Commit

Permalink
Remove superfluous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Oct 25, 2024
1 parent 81534a0 commit 40a0e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl InterfaceType {
return *interface_type;
}
}
Self::Unknown;
Self::Unknown
}
}

Expand Down

0 comments on commit 40a0e1d

Please sign in to comment.