From 7fd432db2c66904ca644f91f6d8b829c6ac253e8 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 13 Aug 2025 18:16:09 -0400 Subject: [PATCH] chore: make format golines Signed-off-by: Chris Gianelloni --- input/chainsync/chainsync.go | 6 ++++-- openapi/api_default.go | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/input/chainsync/chainsync.go b/input/chainsync/chainsync.go index 54bff58..fe5ceae 100644 --- a/input/chainsync/chainsync.go +++ b/input/chainsync/chainsync.go @@ -636,8 +636,10 @@ func resolveTransactionInputs( if len(matches) == 0 { slog.Warn( "no matches found for input, could be due to Kupo not in sync.", - "txId", txId, - "txIndex", txIndex, + "txId", + txId, + "txIndex", + txIndex, ) } else { slog.Debug(fmt.Sprintf("found matches %d for input TxId: %s, Index: %d", len(matches), txId, txIndex)) diff --git a/openapi/api_default.go b/openapi/api_default.go index 3471233..667009a 100644 --- a/openapi/api_default.go +++ b/openapi/api_default.go @@ -98,7 +98,7 @@ func (r DefaultAPIFcmPostRequest) Execute() (string, *http.Response, error) { /* FcmPost Store FCM Token -Store a new FCM token +# Store a new FCM token @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return DefaultAPIFcmPostRequest @@ -242,7 +242,7 @@ func (r DefaultAPIFcmTokenDeleteRequest) Execute() (string, *http.Response, erro /* FcmTokenDelete Delete FCM Token -Delete an FCM token by its value +# Delete an FCM token by its value @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param token FCM Token @@ -388,7 +388,7 @@ func (r DefaultAPIFcmTokenGetRequest) Execute() (*PushTokenResponse, *http.Respo /* FcmTokenGet Get FCM Token -Get an FCM token by its value +# Get an FCM token by its value @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param token FCM Token