From 047478a7a44bbd646725f3be89a1e59271339272 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Thu, 8 Oct 2020 18:14:47 -0700
Subject: [PATCH] accept Terry's changes

---
 test/edu/nps/moves/dis7/PduTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/edu/nps/moves/dis7/PduTest.java b/test/edu/nps/moves/dis7/PduTest.java
index 493298a519..623cc104c4 100644
--- a/test/edu/nps/moves/dis7/PduTest.java
+++ b/test/edu/nps/moves/dis7/PduTest.java
@@ -133,6 +133,7 @@ abstract public class PduTest
     {
         receivedPdu = newPdu;
     }
+    
     /** 
      * Initial common tests for fields in PDU header.
      * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a>
@@ -169,6 +170,7 @@ abstract public class PduTest
             System.out.println("================================================================");
         }
     }
+    
     /** 
      * Final common tests of PDU characteristics after individual fields are checked.
      * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a>
-- 
GitLab