correctly format

Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com>
This commit is contained in:
Luke Bentley-Fox 2020-07-24 13:12:30 +01:00 committed by GitHub
parent b2282ad006
commit 82da5df9bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ pkgs, lib }:
let
inherit (import ./repos/fromElisp {inherit pkgs;}) fromElisp;
inherit (import ./repos/fromElisp { inherit pkgs; }) fromElisp;
isStrEmpty = s: (builtins.replaceStrings [ " " ] [ "" ] s) == "";