Use Rust conventions for variable names in UDL

This commit is contained in:
Jonas Platte
2023-03-20 15:05:50 +01:00
committed by Jonas Platte
parent 16687f24f9
commit 1a1fe97d00

View File

@@ -28,7 +28,7 @@ interface MigrationError {
};
callback interface Logger {
void log(string logLine);
void log(string log_line);
};
callback interface ProgressListener {