Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Nov 1, 2024
1 parent 5bb785b commit 0a52a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildengine/languageplugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (p *LanguagePlugin) CreateModule(ctx context.Context, projConfig projectcon
return nil
}

// GetModuleConfigDefaults provides custom defaults for the module config.
// ModuleConfigDefaults provides custom defaults for the module config.
//
// The result may be cached by FTL, so defaulting logic should not be changing due to normal module changes.
// For example, it is valid to return defaults based on which build tool is configured within the module directory,
Expand Down

0 comments on commit 0a52a70

Please sign in to comment.