From 4b16e4dacc0e7ebcc74c4e7da9621a2b301a597f Mon Sep 17 00:00:00 2001 From: Ougi Date: Thu, 9 Nov 2023 14:49:14 +0300 Subject: [PATCH] refactor --- .../inspectionProfiles/profiles_settings.xml | 6 +++++ .idea/misc.xml | 4 +++ .idea/workspace.xml | 25 +++++++++-------- TestProject/lib/DB.pm | 27 ++++++++++--------- TestProject/lib/TestProject.pm | 15 +++++------ create_log_in_table/create_table.pl | 2 +- create_log_in_table/process_log.pl | 25 +++++++++-------- 7 files changed, 58 insertions(+), 46 deletions(-) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a971a2c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e52388d..c588331 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,9 @@ - + + +