Skip to content

Commit

Permalink
Merge pull request #330 from stanislav-tkach/fix-fmt-and-spellcheck
Browse files Browse the repository at this point in the history
Fix formattin and add new words to the spellchecker dictionary
  • Loading branch information
stanislav-tkach authored Jan 6, 2023
2 parents 5e42e34 + c8f05e2 commit 4e1cf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ msvc
netbsd
nixos
openbsd
opencloudos
openeuler
opensuse
println
raspberry
Expand Down
1 change: 0 additions & 1 deletion os_info/src/linux/file_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ mod tests {
assert_eq!(info.version, Version::Semantic(22, 3, 0));
assert_eq!(info.edition, None);
assert_eq!(info.codename, None);

}

#[test]
Expand Down

0 comments on commit 4e1cf37

Please sign in to comment.