Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// I'm testing stacked PRs. (1)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

โ™ป๏ธ DEBT: Leftover test scaffolding comment in a production source file.

Details and fix

This comment (// I'm testing stacked PRs. (1)) is the entire content of the PR and carries no information for future readers of PushManagerImpl. It should be removed before this branch merges to main.

Suggested change
// I'm testing stacked PRs. (1)
package com.x8bit.bitwarden.data.platform.manager

Note that the suggestion above also drops the now-empty leading blank line so the file starts with the package declaration as it did previously.


package com.x8bit.bitwarden.data.platform.manager

import com.bitwarden.core.data.manager.dispatcher.DispatcherManager
Expand Down
Loading