mirror of
https://github.com/132nd-vWing/tacview-splitter.git
synced 2026-08-26 11:48:36 +02:00
rename divide_body_by_coalition
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ where
|
||||
Ok((lines, body))
|
||||
}
|
||||
|
||||
pub fn divide_body_by_coalition<S>(body: &[S]) -> Result<Vec<Coalition>>
|
||||
pub fn get_coalition_per_line<S>(body: &[S]) -> Result<Vec<Coalition>>
|
||||
where
|
||||
S: AsRef<str>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user