cpplint: format

This commit is contained in:
Gaetan Lepage
2024-10-11 23:49:34 +02:00
committed by Gaétan Lepage
parent d4edb4da04
commit 4dfb8fcd79
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, fetchpatch, python3Packages, fetchFromGitHub }:
{
lib,
fetchpatch,
python3Packages,
fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
pname = "cpplint";