From 663cb91cd3ea30fc2641b5e7096b5383cffb6260 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 8 Aug 2024 16:55:07 +1200 Subject: [PATCH] esv, esvsearch: reorder variables --- esv.d | 4 ++-- esvsearch.d | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/esv.d b/esv.d index ea74e88..3db4888 100644 --- a/esv.d +++ b/esv.d @@ -50,10 +50,10 @@ bool VFlag; /* show version */ int main(string[] args) { - string apiKey; - string configPath; INIUnit ini; ESVApi esv; + string apiKey; + string configPath; sharedInit(args); diff --git a/esvsearch.d b/esvsearch.d index 056a346..d0dbcbc 100644 --- a/esvsearch.d +++ b/esvsearch.d @@ -40,10 +40,10 @@ bool VFlag; /* show version */ int main(string[] args) { - string apiKey; - string configPath; INIUnit ini; ESVApi esv; + string apiKey; + string configPath; sharedInit(args);