mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(aa-log): remove unused variable.
This commit is contained in:
parent
879416b062
commit
8142ad657d
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ const LogFile = "/var/log/audit/audit.log"
|
|||
// Colors
|
||||
const (
|
||||
Reset = "\033[0m"
|
||||
FgRed = "\033[31m"
|
||||
FgGreen = "\033[32m"
|
||||
FgYellow = "\033[33m"
|
||||
FgBlue = "\033[34m"
|
||||
|
|
Loading…
Reference in a new issue