mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 02:16:00 +02:00
refact: remove redundant escape (#9634)
* refact: remove redundant escape Signed-off-by: fufesou <linlong1266@gmail.com> * flutter, early assert Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
eb1ef0969c
commit
65683cc3e6
3 changed files with 9 additions and 4 deletions
|
@ -3616,3 +3616,7 @@ List<SubWindowResizeEdge>? get subWindowManagerEnableResizeEdges => isWindows
|
|||
SubWindowResizeEdge.topRight,
|
||||
]
|
||||
: null;
|
||||
|
||||
void earlyAssert() {
|
||||
assert('\1' == '1');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue