mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 23:42:21 -04:00
fixed issues detected by bazel check
This commit is contained in:
parent
972f832a6e
commit
081d357e58
6 changed files with 9 additions and 8 deletions
|
@ -87,7 +87,7 @@ type spyLog struct {
|
|||
msgs []string
|
||||
}
|
||||
|
||||
func (f *spyLog) Debug(msg string, args ...any) {
|
||||
func (f *spyLog) Debug(msg string, _ ...any) {
|
||||
f.msgs = append(f.msgs, msg)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue