diff --git a/dumux/porousmediumflow/2pnc/implicit/volumevariables.hh b/dumux/porousmediumflow/2pnc/implicit/volumevariables.hh
index 70b027d987633e87dd336fccbc47d325bea8d3ed..f220bac1833cf49979e6b45bb2ac0a1615c32d82 100644
--- a/dumux/porousmediumflow/2pnc/implicit/volumevariables.hh
+++ b/dumux/porousmediumflow/2pnc/implicit/volumevariables.hh
@@ -470,7 +470,6 @@ public:
             return diffCoefficient_[phaseIdx][compIdx-1];
         else
             DUNE_THROW(Dune::InvalidStateException, "Diffusion coeffiecient called for phaseIdx = compIdx");
-
     }
 
     /*!
@@ -516,7 +515,6 @@ private:
             diffCoefficient_[phaseIdx][compIdx-1] = std::move(d);
         else
             DUNE_THROW(Dune::InvalidStateException, "Diffusion coeffiecient for phaseIdx = compIdx doesn't exist");
-
     }
 
     std::array<std::array<Scalar, numComponents-1>, numPhases> diffCoefficient_;