Skip to content

Commit 461a3da

Browse files
committed
Adhere to coding style
1 parent fb8a029 commit 461a3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class ServerlessDynamodbLocal {
199199
stacks = stacks.concat(this.getAdditionalStacks());
200200
}
201201

202-
return stacks.map(stack => this.getTableDefinitionsFromStack(stack)).reduce((tables, tablesInStack) => tables.concat(tablesInStack), []);
202+
return stacks.map((stack) => this.getTableDefinitionsFromStack(stack)).reduce((tables, tablesInStack) => tables.concat(tablesInStack), []);
203203
}
204204

205205
/**

0 commit comments

Comments
 (0)