mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
fix code formatting
This commit is contained in:
parent
cf9c62fcc0
commit
fb59a40609
6 changed files with 6 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2023 Intevation GmbH <https://intevation.de>
|
||||
|
||||
package util //revive:disable-line:var-naming
|
||||
package util //revive:disable-line:var-naming
|
||||
|
||||
// Set is a simple set type.
|
||||
type Set[K comparable] map[K]struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue