Fix editorconfig-checker… really annoying on trailing whitespace

authored by Tobias Bora and committed by Manuel Bärenz 46950548 72f79812

+2 -1
+2 -1
pkgs/applications/video/glaxnimate/default.nix
··· 51 cmake 52 wrapQtAppsHook 53 ]; 54 buildInputs = [ 55 zlib 56 potrace ··· 65 ]; 66 67 qtWrapperArgs = [ ''--prefix PATH : ${python3WithLibs}/bin'' ]; 68 - 69 passthru.tests.version = testers.testVersion { 70 package = glaxnimate; 71 command = "${xvfb-run}/bin/xvfb-run glaxnimate --version";
··· 51 cmake 52 wrapQtAppsHook 53 ]; 54 + 55 buildInputs = [ 56 zlib 57 potrace ··· 66 ]; 67 68 qtWrapperArgs = [ ''--prefix PATH : ${python3WithLibs}/bin'' ]; 69 + 70 passthru.tests.version = testers.testVersion { 71 package = glaxnimate; 72 command = "${xvfb-run}/bin/xvfb-run glaxnimate --version";