Merge pull request #89789 from 1000101/formatting

formatting: fix missing leading whitespace
This commit is contained in:
Marek Mahut
2020-06-08 14:41:26 +02:00
committed by GitHub
12 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, buildGoPackage }:
buildGoPackage rec{
buildGoPackage rec {
pname = "scaleway-cli";
version = "1.20";