mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Include new line at the end of the file.
This commit is contained in:
@@ -279,4 +279,4 @@ class MetaPieChart implements MetaPieChartInterface
|
||||
return $chartData;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -79,4 +79,4 @@ interface MetaPieChartInterface
|
||||
*/
|
||||
public function setUser(User $user): MetaPieChartInterface;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -129,4 +129,4 @@ class JavascriptController extends Controller
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -30,4 +30,4 @@ interface ImportProcedureInterface
|
||||
*/
|
||||
public function runImport(ImportJob $job): Collection;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -50,4 +50,4 @@ class LogServiceProvider extends LaravelLogServiceProvider
|
||||
$this->logLevel()
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user