remove an empty line

This commit is contained in:
Stephen Birarda 2015-08-26 12:37:47 -07:00
parent dc1f726283
commit c8545c8aeb

View file

@ -587,7 +587,6 @@ void DomainServer::populateDefaultStaticAssignmentsExcludingTypes(const QSet<Ass
}
}
// type has not been set from a command line or config file config, use the default
// by clearing whatever exists and writing a single default assignment with no payload
Assignment* newAssignment = new Assignment(Assignment::CreateCommand, (Assignment::Type) defaultedType);