Skip to content

Commit

Permalink
fix(kubernetes): remove accidental static from resolveIndexedSecurity…
Browse files Browse the repository at this point in the history
…Groups (spinnaker#7760)
  • Loading branch information
maggieneterval authored and mergify[bot] committed Jan 9, 2020
1 parent 684b9ea commit eef40f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ISecurityGroupsByAccount, ISecurityGroup } from '@spinnaker/core';

export class KubernetesSecurityGroupReader {
public static resolveIndexedSecurityGroup(
public resolveIndexedSecurityGroup(
indexedSecurityGroups: ISecurityGroupsByAccount,
container: ISecurityGroup,
securityGroupId: string,
Expand Down

0 comments on commit eef40f6

Please sign in to comment.