Skip to content

Commit

Permalink
Clean up output stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Mar 2, 2024
1 parent e0e4697 commit 74deb87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/AppInstallerCLICore/ChannelStreams.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ namespace AppInstaller::CLI::Execution
OutputStream& operator<<(const VirtualTerminal::ConstructedSequence& sequence);
OutputStream& operator<<(const std::filesystem::path& path);

inline bool IsEnabled() {
return m_enabled;
}

private:
// Applies the format for the stream.
void ApplyFormat();
Expand Down

0 comments on commit 74deb87

Please sign in to comment.