1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

no blank line if no LOC

This commit is contained in:
Ben Burdette 2020-05-12 14:41:30 -06:00
parent 960d4362ed
commit ecbb8e9c0a
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#include "logging.hh"
#include "nixexpr.hh"
#include "util.hh"
#include <iostream>
#include <optional>