Skip to content

Commit 3ecaf50

Browse files
committed
style: 🎨 Fix formating issues
1 parent 5f29002 commit 3ecaf50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

popupsim/backend/src/infrastructure/tracking/unified_resource_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def export_to_json(self, output_path: Path) -> None:
207207
"""Export all process data to JSON file."""
208208
completed_processes_list: list[dict[str, Any]] = []
209209
active_processes_list: list[dict[str, Any]] = []
210-
210+
211211
data: dict[str, Any] = {
212212
'completed_processes': completed_processes_list,
213213
'active_processes': active_processes_list,

0 commit comments

Comments
 (0)