Unverified Commit a59f276e authored by Tomodachi94's avatar Tomodachi94 Committed by Sandro Jäckel
Browse files

gradle-completion: format with nixfmt-rfc-style

parent 8ebd7303
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub }:
{
  lib,
  stdenv,
  fetchFromGitHub,
}:

stdenv.mkDerivation rec {
  pname = "gradle-completion";