mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
style: remove extraneous whitespace in imports
This commit is contained in:
committed by
Rainer Killinger
parent
16bbb7e9e3
commit
98f02b8830
@@ -13,8 +13,8 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import { Logger } from '@openstapps/logger';
|
||||
import { BackendTransport } from './notification/BackendTransport';
|
||||
import {Logger} from '@openstapps/logger';
|
||||
import {BackendTransport} from './notification/BackendTransport';
|
||||
|
||||
export const mailer = BackendTransport.getTransportInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user