不要怂,就是干,撸起袖子干!

Commit b7610eab by Igor Nawrocki

fixed indentations

1 parent b9ec63bd
Showing with 4 additions and 8 deletions
......@@ -257,24 +257,20 @@ describe(Support.getTestDialectTeaser("Include"), function () {
return this.sequelize.sync({force: true})
.then(function() {
return User.find({
include: [
{
include: [{
model: SubscriptionForm,
include: [
{
include: [{
model: Collection,
where: {
id: 0
}
}, {
model: Category,
include: [
{
include: [{
model: SubCategory
}, {
model: Capital,
include: [
{
include: [{
model: Category
}]
}]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!