Format code

This commit is contained in:
qwerty287
2026-03-30 16:31:40 +02:00
parent 320f95afae
commit c8a8fc1983
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -153,4 +153,4 @@ func HTTPClientFromContext(c *cli.Command, httpProxyEnabled bool) *http.Client {
return &http.Client{ return &http.Client{
Transport: transport, Transport: transport,
} }
} }
+1 -1
View File
@@ -119,4 +119,4 @@ func (p *Plugin) Run() {
log.Error().Err(err).Msg("execution failed") log.Error().Err(err).Msg("execution failed")
os.Exit(1) os.Exit(1)
} }
} }