Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMamak committed Nov 5, 2024
1 parent 91153ca commit db377d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/flutter_config_version_guard.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/spf13/cobra"
)

type flutterConfigKey struct {}
type flutterConfigKey struct{}

type flutterConfigVersionGuard struct {}
type flutterConfigVersionGuard struct{}

func flutterConfigFromCommand(cmd *cobra.Command) *flutter.FlutterConfig {
return cmd.Context().Value(flutterConfigKey{}).(*flutter.FlutterConfig)
Expand Down

0 comments on commit db377d7

Please sign in to comment.