mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
style: remove extraneous whitespace in imports
This commit is contained in:
committed by
Rainer Killinger
parent
16bbb7e9e3
commit
98f02b8830
@@ -14,8 +14,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import * as http from 'http';
|
||||
import { app } from './app';
|
||||
import { logger } from './common';
|
||||
import {app} from './app';
|
||||
import {logger} from './common';
|
||||
|
||||
/**
|
||||
* Get port from environment and store in Express.
|
||||
|
||||
Reference in New Issue
Block a user