fix namespace using order

This commit is contained in:
Eliot Jones
2020-04-05 17:58:31 +01:00
parent 2a0a3fae69
commit 75c04eb81c
2 changed files with 4 additions and 6 deletions

View File

@@ -1,11 +1,10 @@
using System.Xml;
namespace UglyToad.PdfPig.DocumentLayoutAnalysis.Export
namespace UglyToad.PdfPig.DocumentLayoutAnalysis.Export
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using Content;
using Graphics;
using Graphics.Colors;

View File

@@ -1,12 +1,11 @@
using UglyToad.PdfPig.DocumentLayoutAnalysis.Export;
namespace UglyToad.PdfPig.Tests.Integration
namespace UglyToad.PdfPig.Tests.Integration
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using PdfPig.Core;
using DocumentLayoutAnalysis.Export;
using Xunit;
public class LaTexTests