From 01fa95f98ab86e8f8a02ee4162b872d69cafb194 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Mon, 28 Oct 2024 10:43:46 +0100 Subject: [PATCH] Actions: autoformat --- actions/ql/lib/actions.qll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/ql/lib/actions.qll b/actions/ql/lib/actions.qll index fbbb3285e63..073277dcace 100644 --- a/actions/ql/lib/actions.qll +++ b/actions/ql/lib/actions.qll @@ -1,3 +1 @@ -predicate placeholder(int x) { - x = 0 -} +predicate placeholder(int x) { x = 0 }