diff options
author | Adrian Villin <avillin@cisco.com> | 2024-09-26 11:24:34 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-09-28 02:11:59 +0000 |
commit | 5a4c7a9ce4162f8f9fb397d6b9b59e7fe59beeea (patch) | |
tree | 60e2e47b271a85200eef2b483a9a5593b8a6ef22 /.gitignore | |
parent | 6f173171b1d5c4b10165a7d8603e4e6b9d07b7b4 (diff) |
hs-test: replaced gofmt with goimports
- goimports properly formats imports
Type: test
Change-Id: I78c162dd552fd3ee3d59955d7ea215af30601425
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ea3ab8de5b8..89fcb341167 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ compile_commands.json /extras/hs-test/.build.ok /extras/hs-test/.build.cov.ok /extras/hs-test/.last_hst_ppid +/extras/hs-test/.goimports.ok /extras/hs-test/summary/ # ./configure |