Merge pull request #512 from majestrate/master

add trailing newline
pull/516/head
Jeff 5 years ago committed by GitHub
commit 2b80214c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -302,7 +302,8 @@ llarp_ensure_client_config(std::ofstream &f, std::string basepath)
std::ios::binary | std::ios::out);
if(f.is_open())
{
clientini_f << "# this is an example configuration for a snapp";
clientini_f << "# this is an example configuration for a snapp"
<< std::endl;
clientini_f << "[example-snapp]" << std::endl;
clientini_f << "# keyfile is the path to the private key of the snapp"
<< std::endl;

Loading…
Cancel
Save