castxml: run nixpkgs-fmt

As suggested by RFC 101.
This commit is contained in:
Anderson Torres 2023-01-22 12:19:08 -03:00
parent e9c4598ccb
commit f4bc305421

View file

@ -1,14 +1,14 @@
{ lib,
stdenv,
fetchFromGitHub,
cmake,
libffi,
libxml2,
zlib,
withManual ? true,
withHTML ? true,
llvmPackages,
python3,
{ lib
, stdenv
, fetchFromGitHub
, cmake
, libffi
, libxml2
, zlib
, withManual ? true
, withHTML ? true
, llvmPackages
, python3
}:
let