Skip to content

Commit c3ad24f

Browse files
committed
Moved to one line
1 parent 6204e3a commit c3ad24f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snippets/snippets.cson

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(${1:componentName});
118118
'.source.js':
119119
'Redux conts':
120120
'prefix': 'rxconst'
121-
'body': """export const ${1:constName} = '${1:constName}';
122-
"""
121+
'body': """export const ${1:constName} = '${1:constName}';"""
123122

124123

125124
'.source.js':

0 commit comments

Comments
 (0)