edencommon: format with nixfmt-rfc-style

(cherry picked from commit c20f387524)
(cherry picked from commit a78bec1d8d7676b4368cc16f79769551c69fe5e8)
This commit is contained in:
Emily
2024-11-30 15:11:30 +01:00
committed by Vladimír Čunát
parent e22927367d
commit 1b3fa8d9bd
@@ -1,10 +1,11 @@
{ stdenv
, lib
, fetchFromGitHub
, cmake
, folly
, glog
, gtest
{
stdenv,
lib,
fetchFromGitHub,
cmake,
folly,
glog,
gtest,
}:
stdenv.mkDerivation rec {