From 4fbccc5a600c27c58d5f248beef6fe8cc06ab253 Mon Sep 17 00:00:00 2001
From: A Nilsen <ban@nibio.no>
Date: Thu, 16 Feb 2023 19:48:04 +0000
Subject: [PATCH] Update get_nib.py

---
 get_nib.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/get_nib.py b/get_nib.py
index ff12409..b93ba57 100644
--- a/get_nib.py
+++ b/get_nib.py
@@ -591,8 +591,8 @@ class getnib:
                     self.iface.messageBar().pushMessage("Error", "Layer is missing crs", level=Qgis.Critical, duration=3)
                     layers = []  # Empty layers to get a fresh start when rerunning the plugin
                     return  # Return from (end) plugin
-
-			    # Get the extent of the active layer (coordinates in file or layer crs)
+                
+                # Get the extent of the active layer (coordinates in file or layer crs)
                 xmin = e.xMinimum()
                 xmax = e.xMaximum()
                 ymin = e.yMinimum()
-- 
GitLab