Skip to content

Commit 013ac18

Browse files
minor
1 parent 3de22b5 commit 013ac18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResourceManager/Common/Commands.Common.Strategies/CreateOrUpdateAsyncOperation.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ await OperationContext.GetOrAddAsync(
5454
}
5555
}
5656

57-
public Task CreateOrUpdateAsync<Model, ParentModel>(NestedResourceConfig<Model, ParentModel> config)
57+
public Task CreateOrUpdateAsync<Model, ParentModel>(
58+
NestedResourceConfig<Model, ParentModel> config)
5859
where Model : class
5960
where ParentModel : class
6061
=> CreateOrUpdateAsync(config.Parent);

0 commit comments

Comments
 (0)