Changeset 13:ab28bf1a0594
Added missing linebreak
author | unexist |
---|---|
date | Mon, 02 Aug 2021 13:25:56 +0200 |
parents | 832791aafcd7 |
children | 00fed0125c78 |
files | src/main/java/dev/unexist/showcase/todo/adapter/TodoSink.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/dev/unexist/showcase/todo/adapter/TodoSink.java Sat Jul 31 16:32:56 2021 +0200 +++ b/src/main/java/dev/unexist/showcase/todo/adapter/TodoSink.java Mon Aug 02 13:25:56 2021 +0200 @@ -5,7 +5,8 @@ * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> * @version $Id$ * - * This program can be distributed under the terms of the Apache License v2.0. See the file LICENSE for details. + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. **/ package dev.unexist.showcase.todo.adapter;