Include new line at the end of the file.

This commit is contained in:
James Cole
2017-02-05 19:51:58 +01:00
parent b09a250a03
commit dba92d73c4
155 changed files with 151 additions and 151 deletions

View File

@@ -279,4 +279,4 @@ class MetaPieChart implements MetaPieChartInterface
return $chartData;
}
}
}

View File

@@ -79,4 +79,4 @@ interface MetaPieChartInterface
*/
public function setUser(User $user): MetaPieChartInterface;
}
}

View File

@@ -129,4 +129,4 @@ class JavascriptController extends Controller
];
}
}
}

View File

@@ -30,4 +30,4 @@ interface ImportProcedureInterface
*/
public function runImport(ImportJob $job): Collection;
}
}

View File

@@ -50,4 +50,4 @@ class LogServiceProvider extends LaravelLogServiceProvider
$this->logLevel()
);
}
}
}