diff --git a/GUI/View/Plotter/ProjectionsPlot.cpp b/GUI/View/Plotter/ProjectionsPlot.cpp
index ac6de4df3c648b7fcb67f2decbbed754fccf8d3b..ad6f97ea39f663abbc6bcbc7f6ce3e532eba37a1 100644
--- a/GUI/View/Plotter/ProjectionsPlot.cpp
+++ b/GUI/View/Plotter/ProjectionsPlot.cpp
@@ -161,7 +161,6 @@ void ProjectionsPlot::updateProjectionsData()
 {
     if (!m_data_item)
         return;
-
     updateAxesRange();
     updateAxesTitle();
     setLogz(m_data_item->isLog());