From 7fa2589230e6493185c4489a8943935a52fdbd0a Mon Sep 17 00:00:00 2001 From: Peter Amrehn Date: Thu, 16 Jan 2020 19:54:54 +0100 Subject: [PATCH] code cleanup --- src/ImageSharp/Formats/WebP/WebPDecoderBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageSharp/Formats/WebP/WebPDecoderBase.cs b/src/ImageSharp/Formats/WebP/WebPDecoderBase.cs index 607dbc1c34..ecbf68a39b 100644 --- a/src/ImageSharp/Formats/WebP/WebPDecoderBase.cs +++ b/src/ImageSharp/Formats/WebP/WebPDecoderBase.cs @@ -1,5 +1,5 @@ -// // Copyright (c) Six Labors and contributors. -// // Licensed under the Apache License, Version 2.0. +// Copyright (c) Six Labors and contributors. +// Licensed under the Apache License, Version 2.0. using System; using System.Buffers;