about summary refs log tree commit diff
path: root/pkgs/development/libraries/mongoc
diff options
context:
space:
mode:
authorYan <yanabuarab@gmail.com>2023-02-14 17:12:55 +0200
committerYan <yanabuarab@gmail.com>2023-02-14 17:12:55 +0200
commitb8eadbe19ff82b4c13d6ac53569f8f5306f51447 (patch)
tree28a3b4025c7b827edfadc01796afd28be8bdb58f /pkgs/development/libraries/mongoc
parentb68077df875d866a239a0ba5938159c652a57422 (diff)
mongoc: formatting
Diffstat (limited to 'pkgs/development/libraries/mongoc')
-rw-r--r--pkgs/development/libraries/mongoc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mongoc/default.nix b/pkgs/development/libraries/mongoc/default.nix
index 80bb9633737a9..1627447763597 100644
--- a/pkgs/development/libraries/mongoc/default.nix
+++ b/pkgs/development/libraries/mongoc/default.nix
@@ -14,7 +14,7 @@
 }:
 let
   inherit (darwin.apple_sdk.frameworks) Security;
-in  
+in
 stdenv.mkDerivation rec {
   pname = "mongoc";
   version = "1.23.2";