Skip to content

Commit d9db075

Browse files
committed
Remove space hack
1 parent 93661e4 commit d9db075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/gist/new/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default GistRoute.extend({
77
model () {
88
this.store.unloadAll('gistFile');
99

10-
var model = this.store.createRecord('gist', {description: 'New Twiddle '});
10+
var model = this.store.createRecord('gist', {description: 'New Twiddle'});
1111

1212
model.get('files').pushObject(this.get('emberCli').generate('controllers/application'));
1313
model.get('files').pushObject(this.get('emberCli').generate('templates/application'));

0 commit comments

Comments
 (0)