cpplint: format

This commit is contained in:
Gaetan Lepage 2024-10-10 10:19:05 +02:00 committed by Gaétan Lepage
parent d4edb4da04
commit 4dfb8fcd79

View File

@ -1,4 +1,9 @@
{ lib, fetchpatch, python3Packages, fetchFromGitHub }:
{
lib,
fetchpatch,
python3Packages,
fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
pname = "cpplint";