Skip to content

Commit f22b738

Browse files
authored
Reorder using directives in V1TestEntityController
1 parent dc246a6 commit f22b738

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/AspireOperator/Controller/V1TestEntityController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
33
// See the LICENSE file in the project root for more information.
44

5-
using k8s.Models;
6-
75
using AspireOperator.Entities;
86

7+
using k8s.Models;
8+
99
using KubeOps.Abstractions.Rbac;
1010
using KubeOps.Abstractions.Reconciliation;
1111
using KubeOps.Abstractions.Reconciliation.Controller;

0 commit comments

Comments
 (0)