revert formatting for auto generated files

This commit is contained in:
Evan Simkowitz 2024-08-28 13:21:08 -07:00
parent ea5e5e1bac
commit f7c9fd9a02
No known key found for this signature in database
3 changed files with 71 additions and 67 deletions

View File

@ -56,3 +56,4 @@ const (
MetaKey_Count = "count"
)

View File

@ -43,3 +43,4 @@ const (
ConfigKey_TelemetryClear = "telemetry:*"
ConfigKey_TelemetryEnabled = "telemetry:enabled"
)

View File

@ -6,9 +6,9 @@
package wshclient
import (
"github.com/wavetermdev/thenextwave/pkg/waveobj"
"github.com/wavetermdev/thenextwave/pkg/wshrpc"
"github.com/wavetermdev/thenextwave/pkg/wshutil"
"github.com/wavetermdev/thenextwave/pkg/wshrpc"
"github.com/wavetermdev/thenextwave/pkg/waveobj"
)
// command "announce", wshserver.AnnounceCommand
@ -185,3 +185,5 @@ func TestCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {
_, err := sendRpcRequestCallHelper[any](w, "test", data, opts)
return err
}