Skip to content

Commit

Permalink
Remove unneaded brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov authored Jun 4, 2019
1 parent a35dd51 commit c647da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/console-demo-plugin/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export const MyTemplatesModel: K8sKind = {
id: 'mytemplate',
specialized: true,
selector: {
matchLabels: { ['my']: 'yes' },
matchLabels: { 'my': 'yes' },
},
};

0 comments on commit c647da1

Please sign in to comment.