Skip to content

Commit

Permalink
added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Jan 1, 2016
1 parent 460f77a commit 1c06726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book_list/src/reducers/reducer_books.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export default function() {
{ title: 'Harry Potter' },
{ title: 'The Dark Tower' },
{ title: 'Eloquent Ruby' }
]
];
}

0 comments on commit 1c06726

Please sign in to comment.