formatting tidy-up

This commit is contained in:
Eliot Jones
2020-04-25 09:11:16 +01:00
parent c2de52423e
commit 635c4b4c5e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,13 +4,12 @@
using System.Collections.Generic;
using System.Text;
using Annotations;
using Core;
using Graphics.Operations;
using Tokens;
using Util;
using Util.JetBrains.Annotations;
using Tokenization.Scanner;
using UglyToad.PdfPig.Graphics;
using Graphics;
/// <summary>
/// Contains the content and provides access to methods of a single page in the <see cref="PdfDocument"/>.