Browse Source

Added missing header text to BokehBlurKernelDataProvider.cs

pull/1113/head
Sergio Pedri 6 years ago
parent
commit
7c02cc46b8
  1. 3
      src/ImageSharp/Processing/Processors/Convolution/Parameters/BokehBlurKernelDataProvider.cs

3
src/ImageSharp/Processing/Processors/Convolution/Parameters/BokehBlurKernelDataProvider.cs

@ -1,3 +1,6 @@
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;

Loading…
Cancel
Save