mirror of
https://github.com/132nd-vWing/tacview-splitter.git
synced 2026-08-26 11:48:36 +02:00
fix some lints
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ impl Line {
|
||||
) -> Coalition {
|
||||
if Coalition::line_contains_coalition(line) {
|
||||
let coalition = Coalition::from_line(line);
|
||||
coalition_ids.insert(id, coalition.clone());
|
||||
coalition_ids.insert(id, &coalition);
|
||||
coalition
|
||||
} else {
|
||||
Coalition::Unknown
|
||||
|
||||
Reference in New Issue
Block a user