]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
sim/hardware: sort and split use statements
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jan 2022 14:43:48 +0000 (15:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jan 2022 14:57:43 +0000 (15:57 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/Sim/Hardware.pm

index ba731e501ed7dd0760340aa2fdb6b38130e65aac..af7cade8ab97145f3b5125c6d6cade50cd3d63c0 100644 (file)
@@ -8,18 +8,19 @@ package PVE::HA::Sim::Hardware;
 
 use strict;
 use warnings;
-use POSIX qw(strftime EINTR);
-use JSON;
-use IO::File;
+
 use Fcntl qw(:DEFAULT :flock);
 use File::Copy;
 use File::Path qw(make_path remove_tree);
+use IO::File;
+use JSON;
+use POSIX qw(strftime EINTR);
+
 use PVE::HA::FenceConfig;
 use PVE::HA::Groups;
 
 my $watchdog_timeout = 60;
 
-
 # Status directory layout
 #
 # configuration