#include "empty.hpp" namespace smtp::checker::errors::settings { bool Empty::Check( std::string const& line ) const { return !line.empty() && line != " "; } }