From b683cf11ca2a81d82e4c463855e36eb1f1b6ecfd Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 21 Nov 2024 08:11:08 +0300 Subject: [PATCH] indentation fix --- .github/labeler.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 97b1e81db6..5d2d74e8b7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -22,9 +22,9 @@ --- core: - changed-files: - - any-glob-to-any-file: - - 'eo-parser/src/main/resources/XMIR.xsd' - - 'eo-parser/**/*.g4' - - '**/*.md' - - '**/pom.xml' - - '.github/**' + - any-glob-to-any-file: + - 'eo-parser/src/main/resources/XMIR.xsd' + - 'eo-parser/**/*.g4' + - '**/*.md' + - '**/pom.xml' + - '.github/**'