Skip to content

Commit

Permalink
Update args onto new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Oct 7, 2024
1 parent a42e4e7 commit 4d9fa0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/network_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ type NetworkManager struct {

// NewNetworkManager creates a new network manager.
func NewNetworkManager(
ctx context.Context, customMetrics *k6ext.CustomMetrics, s session, fm *FrameManager, parent *NetworkManager,
ctx context.Context,
customMetrics *k6ext.CustomMetrics,
s session,
fm *FrameManager,
parent *NetworkManager,
mi metricInterceptor,
) (*NetworkManager, error) {
vu := k6ext.GetVU(ctx)
Expand Down

0 comments on commit 4d9fa0c

Please sign in to comment.