mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-19 10:47:56 +08:00
fix namespace using order
This commit is contained in:
@@ -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;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user