Commit 4dfb8fcd authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Gaétan Lepage
Browse files

cpplint: format

parent d4edb4da
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
{ lib, fetchpatch, python3Packages, fetchFromGitHub }:
{
  lib,
  fetchpatch,
  python3Packages,
  fetchFromGitHub,
}:

python3Packages.buildPythonApplication rec {
  pname = "cpplint";