tuple/value: style

This commit is contained in:
Danny Robson 2019-03-16 18:17:43 +11:00
parent 3e9760d84f
commit 6bf1853637

View File

@ -6,8 +6,7 @@
* Copyright 2015-2018 Danny Robson <danny@nerdcruft.net>
*/
#ifndef CRUFT_UTIL_TUPLE_VALUE_HPP
#define CRUFT_UTIL_TUPLE_VALUE_HPP
#pragma once
#include "index.hpp"
#include "../types.hpp"
@ -143,6 +142,3 @@ namespace cruft::tuple::value {
);
}
}
#endif