removed trailing spaces

This commit is contained in:
Jonas Bonér 2010-10-29 16:33:31 +02:00
parent bf4dbd11ed
commit c589c4fb55
92 changed files with 927 additions and 927 deletions

View file

@ -261,4 +261,4 @@ trait LazyExecutorService extends ExecutorServiceDelegate {
class LazyExecutorServiceWrapper(executorFactory: => ExecutorService) extends LazyExecutorService {
def createExecutor = executorFactory
}
}