исправление fmt
Some checks failed
Pre-commit / pre-commit (push) Failing after 5m9s

This commit is contained in:
2025-08-26 23:49:36 +03:00
parent 292125a8ff
commit 4948e6b8fc

View File

@@ -25,7 +25,7 @@ repos:
- id: fmt - id: fmt
name: Format code name: Format code
entry: make fmt entry: bash -c "make fmt && git add -u"
language: system language: system
pass_filenames: false pass_filenames: false