jack-ullery / AppAnvil

Graphical user interface for the AppArmor security module (in-progress)
GNU General Public License v3.0
14 stars 12 forks source link

Fix error with auto-format code action #36

Closed jack-ullery closed 1 year ago

jack-ullery commented 1 year ago

This fixes an error introduced by PR #34, which called clang-format in an incorrect way. The error would prevent the code from being formatted correctly. This fix should change that.