Skip to content

Commit

Permalink
trivial adjustments for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycoleman committed Jun 10, 2024
1 parent 7cf9733 commit 91e4df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EventStore.Plugins/Authorization/Operations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public static class Gossip {
}

public static class Transform {
private const string Resource = "transform";
public static readonly OperationDefinition Set = new OperationDefinition(Resource, "set");
const string Resource = "transform";
public static readonly OperationDefinition Set = new(Resource, "set");
}
}

Expand Down

0 comments on commit 91e4df4

Please sign in to comment.