From 2f27091eb492439e656e7565d3fdcae1797b36ed Mon Sep 17 00:00:00 2001
From: lizz <innerlee@users.noreply.github.com>
Date: Sun, 9 Jun 2019 20:09:57 +0800
Subject: [PATCH] remove trailing space (#775)

Signed-off-by: innerlee <363664470@qq.com>
---
 TECHNICAL_DETAILS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TECHNICAL_DETAILS.md b/TECHNICAL_DETAILS.md
index 85f1854..7e117dc 100644
--- a/TECHNICAL_DETAILS.md
+++ b/TECHNICAL_DETAILS.md
@@ -46,7 +46,7 @@ FPN structure in [Path Aggregation Network for Instance Segmentation](https://ar
                     end_level=-1,
                     add_extra_convs=False):
             pass
-        
+
         def forward(self, inputs):
             # implementation is ignored
             pass
-- 
GitLab