Skip to content

Commit

Permalink
style: Fix Trailing Whitespace Violation
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Aug 2, 2023
1 parent d8720ed commit a10b2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ struct TerminalEmulatorView: NSViewRepresentable {

var terminalEnvironment: [String] = Terminal.getEnvironmentVariables()
terminalEnvironment.append("TERM_PROGRAM=CodeEditApp_Terminal")

setupShellIntegration(shell: shellName, environment: terminalEnvironment)

terminal.startProcess(executable: shell, environment: terminalEnvironment, execName: shellIdiom)
Expand Down

0 comments on commit a10b2f5

Please sign in to comment.