diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs
index aae4d1c755..2aef2f2561 100644
--- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs
+++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs
@@ -232,7 +232,6 @@ namespace Ryujinx.Graphics.Gpu.Shader
                                     return false; // Not finished: translating the program.
                                 }
                             });
-
                         }
                         else
                         {