Correction de l'indentation

This commit is contained in:
Adrien CHARBONNEAU 2023-10-18 19:05:33 +02:00
parent 17836fd225
commit c58bee231f

View File

@ -42,14 +42,9 @@ Bonne lecture ! -->
<body class="is-preload">
<?php
class Version
{
public static function get()
{
class Version {
public static function get() {
$tag = trim(exec('git describe --tags --abbrev=0'));
return sprintf('%s', $tag);
}
}