Skip to content

Commit

Permalink
Correct using statement ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmerk523 committed Apr 27, 2019
1 parent 585d495 commit 26b2c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ namespace Accord.Imaging.Filters
{
using Accord.Imaging;
using Accord.Imaging.Filters;
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.CompilerServices;
Expand Down

0 comments on commit 26b2c46

Please sign in to comment.