From a8196cf4fb4c98654a1866263881f950339bbf07 Mon Sep 17 00:00:00 2001 From: Dominik Charousset Date: Sun, 24 Apr 2022 11:39:54 +0200 Subject: [PATCH] Fix formatting --- testing/scripts/diff-remove-timestamps-and-sort | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/diff-remove-timestamps-and-sort b/testing/scripts/diff-remove-timestamps-and-sort index f50a63f098..9726a8e331 100755 --- a/testing/scripts/diff-remove-timestamps-and-sort +++ b/testing/scripts/diff-remove-timestamps-and-sort @@ -1,5 +1,5 @@ #! /usr/bin/env bash -scripts=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +scripts=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) $scripts/diff-remove-timestamps | $scripts/diff-sort