Skip to content

Commit

Permalink
Merge branch 'try-fix-autofmt-again' of github.com:TBD54566975/ftl in…
Browse files Browse the repository at this point in the history
…to try-fix-autofmt-again
  • Loading branch information
michaelneale committed Mar 27, 2024
2 parents ff8ab3e + 96223ba commit 585da82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go-runtime/ftl/call.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
package ftl

import (
"context"
"fmt"
"reflect"
"runtime"
"strings"

"connectrpc.com/connect"

ftlv1 "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1"
Expand All @@ -9,12 +15,6 @@ import (
"github.com/TBD54566975/ftl/backend/schema/strcase"
"github.com/TBD54566975/ftl/go-runtime/encoding"
"github.com/TBD54566975/ftl/internal/rpc"

"context"
"fmt"
"reflect"
"runtime"
"strings"
)

func call[Req, Resp any](ctx context.Context, callee *schemapb.Ref, req Req) (resp Resp, err error) {
Expand Down

0 comments on commit 585da82

Please sign in to comment.