1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-08 17:47:22 +00:00
os-autoinst-distri-fedora/t/00-tidy.t

8 lines
144 B
Perl
Raw Normal View History

#!/usr/bin/perl
# Copyright 2021 SUSE LLC
# SPDX-License-Identifier: GPL-2.0-or-later
use Test::Strict;
use Test::Code::TidyAll;
tidyall_ok();