-module(xml_builderl_format_none). -export([indentation/2, line_break/0]). indentation(_Level, _Options) -> <<"">>. line_break() -> <<"">>.