Skip to content

Commit d73bda3

Browse files
committed
alignment
1 parent 8d8ed9d commit d73bda3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

test-packages/basic-app/app/instance-initializers/initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export default {
22
name: 'instant-initialize',
33
initialize() {
44
return `But how do you do? I see I have frightened
5-
you--sit down and tell me all the news.`
5+
you--sit down and tell me all the news.`
66
}
77
}

test-packages/basic-app/fastboot/initializers/initializer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ export default {
22
name: 'initialize',
33
initialize() {
44
return `But I warn you, if you don't tell me that this means war,
5-
if you still try to defend the infamies and horrors perpetrated by that
6-
Antichrist--I really believe he is Antichrist--I will have nothing more
7-
to do with you and you are no longer my friend, no longer my 'faithful
8-
slave,' as you call yourself!`
5+
if you still try to defend the infamies and horrors perpetrated by that
6+
Antichrist--I really believe he is Antichrist--I will have nothing more
7+
to do with you and you are no longer my friend, no longer my 'faithful
8+
slave,' as you call yourself!`
99
}
1010
}

test-packages/basic-app/fastboot/instance-initializers/initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export default {
22
name: 'instant-initialize',
33
initialize() {
44
return `It was in July, 1805, and the speaker was the well-known Anna Pavlovna
5-
Scherer, maid of honor and favorite of the Empress Marya Fedorovna.`
5+
Scherer, maid of honor and favorite of the Empress Marya Fedorovna.`
66
}
77
}

0 commit comments

Comments
 (0)