Formatting (#742)

This commit is contained in:
maliakal_d 2023-05-11 10:17:24 +02:00 committed by GitHub
parent 4c6be26846
commit da4dd0df7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -12,8 +12,8 @@
#include "sls/container_utils.h"
#include "sls/sls_detector_exceptions.h"
#include <map>
#include <array>
#include <map>
#include <memory>
// Selective suppression of warning in gcc,

View File

@ -5,7 +5,6 @@
#include <cstdint>
#include <iostream>
#include <string>
#include <cstdint>
namespace sls {