chore: README

This commit is contained in:
lollipopkit
2023-12-12 14:18:09 +08:00
parent 47280b1339
commit 2200ff98d7
11 changed files with 48 additions and 46 deletions

View File

@@ -842,7 +842,7 @@ const _raw = '''
void main() {
test('nvdia-smi', () {
if (kDebugMode) {
print(NvdiaSmi.fromXml(_raw).firstOrNull?.memory.processes);
print(NvidiaSmi.fromXml(_raw).firstOrNull?.memory.processes);
}
});
}