-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProjectHotReloadSession updates (#9586)
* Simplify early return checks * Address TODO * Use compound assignment * Simplify logging code Reduces duplication, making call sites easier to read. * Typo * Use pattern matching * Simplify null checks `CreateManagedDeltaApplier` returns a non-null value, so we don't have to perform a further check here. * Use collection literal --------- Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
- Loading branch information
1 parent
f92b6bf
commit ddd2122
Showing
1 changed file
with
40 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters