Skip to content

Commit 048eb90

Browse files
committed
Add missing ,
1 parent 71d3e44 commit 048eb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Parser {
2929
'glutes': ['glutes1', 'glutes2'],
3030
'harmstrings': ['harmstrings1', 'harmstrings2'],
3131
'lats': ['lats1', 'lats2'],
32-
'upper_back':['upper_back1', 'upper_back2']
32+
'upper_back':['upper_back1', 'upper_back2'],
3333
'quads': ['quads1', 'quads2', 'quads3', 'quads4'],
3434
'trapezius': ['trapezius1', 'trapezius2', 'trapezius3', 'trapezius4', 'trapezius5'],
3535
'triceps': ['triceps1', 'triceps2'],

0 commit comments

Comments
 (0)