diff --git a/Password Manager/PasswordGenerator.cs b/Password Manager/PasswordGenerator.cs index 27a93f9..9fda065 100644 --- a/Password Manager/PasswordGenerator.cs +++ b/Password Manager/PasswordGenerator.cs @@ -53,8 +53,8 @@ namespace Password_Generator while (!proc.StandardOutput.EndOfStream) { builder.Append(proc.StandardOutput.ReadLine()); - return builder.ToString(); } + return builder.ToString(); } catch (Exception ex) {