From 3b8fc389c0a44ddd97f08faf8817265f34a13977 Mon Sep 17 00:00:00 2001 From: norhh Date: Mon, 3 Feb 2025 16:46:18 +0100 Subject: [PATCH] Format toml --- src/models/unit_tests/testdata/custom_builtin/rules.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/models/unit_tests/testdata/custom_builtin/rules.toml b/src/models/unit_tests/testdata/custom_builtin/rules.toml index 3f04b7fae..dfaf95ad4 100644 --- a/src/models/unit_tests/testdata/custom_builtin/rules.toml +++ b/src/models/unit_tests/testdata/custom_builtin/rules.toml @@ -12,13 +12,11 @@ replace = "" is_seed_rule = false [[rules.filters]] enclosing_node = "(program) @prgrm" -not_contains = [ - """ +not_contains = [""" (method_declaration name: (_) @ExistingName) @method_decl (#eq? @ExistingName "@name") - """ -] + """] [[rules]] name = "rule_2"