Give all of these files a newline at the end.

This commit is contained in:
James Cole
2018-07-22 20:32:02 +02:00
parent ca096852a5
commit b7752928a4
117 changed files with 158 additions and 114 deletions

View File

@@ -293,4 +293,4 @@ class StageImportDataHandler
return $return;
}
}
}

View File

@@ -269,4 +269,4 @@ class StageNewHandler
return $return;
}
}
}

View File

@@ -118,4 +118,4 @@ class AssetAccountMapper
$this->repository->setUser($user);
}
}
}

View File

@@ -97,4 +97,4 @@ class CurrencyMapper
$this->repository->setUser($user);
}
}
}

View File

@@ -325,4 +325,4 @@ class ImportableConverter
return $type;
}
}
}

View File

@@ -69,4 +69,4 @@ class ImportableCreator
return $transaction;
}
}
}

View File

@@ -171,4 +171,4 @@ class LineReader
}
}
}

View File

@@ -128,4 +128,4 @@ class MappedValuesValidator
return $return;
}
}
}

View File

@@ -217,4 +217,4 @@ class MappingConverger
return $return;
}
}
}

View File

@@ -134,4 +134,4 @@ class OpposingAccountMapper
$this->repository->setUser($user);
}
}
}

View File

@@ -148,4 +148,4 @@ class StageAuthenticatedHandler
}
}
}

View File

@@ -280,4 +280,4 @@ class StageImportDataHandler
}
}
}

View File

@@ -104,4 +104,4 @@ class StageNewHandler
$this->repository = app(ImportJobRepositoryInterface::class);
$this->repository->setUser($importJob->user);
}
}
}