mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
Use Rust conventions for variable names in UDL
This commit is contained in:
committed by
Jonas Platte
parent
16687f24f9
commit
1a1fe97d00
@@ -28,7 +28,7 @@ interface MigrationError {
|
||||
};
|
||||
|
||||
callback interface Logger {
|
||||
void log(string logLine);
|
||||
void log(string log_line);
|
||||
};
|
||||
|
||||
callback interface ProgressListener {
|
||||
|
||||
Reference in New Issue
Block a user