Remove an empty line to make style consistent

This commit is contained in:
Scott Kostyshak 2013-03-29 01:52:29 -04:00
parent 6706377111
commit cc138f6e68

View File

@ -1143,7 +1143,6 @@ int parse_import(string const & type, string const & file, string & batch)
lyxerr << to_utf8(_("Missing filename for --import")) << endl;
exit(1);
}
batch = "buffer-import " + type + ' ' + file;
return 2;
}