mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 12:15:31 +00:00
Format code
This commit is contained in:
@ -7,8 +7,7 @@ import "package:flutter/material.dart";
|
||||
import "package:inventree/helpers.dart";
|
||||
|
||||
// Shortcut function to reduce boilerplate!
|
||||
I18N L10()
|
||||
{
|
||||
I18N L10() {
|
||||
// Testing mode - ignore context
|
||||
if (!hasContext()) {
|
||||
return I18NEn();
|
||||
@ -26,4 +25,4 @@ I18N L10()
|
||||
|
||||
// Fallback for "null" context
|
||||
return I18NEn();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user