From 2da63f7bacbeeb5bada08bbebc5e6f047639dd8b Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:15:47 -0300 Subject: [PATCH] Update frame/support/test/tests/pallet_ui/pass/where_clause_missing_hooks.rs --- .../test/tests/pallet_ui/pass/where_clause_missing_hooks.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frame/support/test/tests/pallet_ui/pass/where_clause_missing_hooks.rs b/frame/support/test/tests/pallet_ui/pass/where_clause_missing_hooks.rs index 5e0e6076f9b5d..bf5f22306207a 100644 --- a/frame/support/test/tests/pallet_ui/pass/where_clause_missing_hooks.rs +++ b/frame/support/test/tests/pallet_ui/pass/where_clause_missing_hooks.rs @@ -16,5 +16,4 @@ mod pallet { } } -fn main() { -} +fn main() {}