style(atlas): cargo fmt on list-systems
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1395,14 +1395,10 @@ fn cmd_list_systems(
|
||||
}
|
||||
let _ = idx; // suppress unused warning
|
||||
if finished {
|
||||
conditions.push(
|
||||
"s.system_id IN (SELECT DISTINCT system_id FROM bodies)".to_string(),
|
||||
);
|
||||
conditions.push("s.system_id IN (SELECT DISTINCT system_id FROM bodies)".to_string());
|
||||
}
|
||||
if unfinished {
|
||||
conditions.push(
|
||||
"s.system_id NOT IN (SELECT DISTINCT system_id FROM bodies)".to_string(),
|
||||
);
|
||||
conditions.push("s.system_id NOT IN (SELECT DISTINCT system_id FROM bodies)".to_string());
|
||||
}
|
||||
|
||||
let where_clause = if conditions.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user