Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Palladino committed Jul 2, 2024
1 parent 8c1258a commit 4b68e31
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions modules/symitriDapRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import {MODULE_TYPE_RTD} from '../src/activities/modules.js';
/**
* @typedef {import('../modules/rtdModule/index.js').RtdSubmodule} RtdSubmodule
*/

export function createRtdProvider(moduleName) {

export function createRtdProvider(moduleName) {
const MODULE_NAME = 'realTimeData';
const SUBMODULE_NAME = 'dap';
const MODULE_CODE = 'symitri';
const MODULE_CODE = 'symitridap';

const DAP_TOKEN = 'async_dap_token';
const DAP_MEMBERSHIP = 'async_dap_membership';
Expand Down Expand Up @@ -810,9 +808,9 @@ export function createRtdProvider(moduleName) {

export const {
addRealTimeData,
getRealTimeData,
generateRealTimeData,
rtdSubmodule: symitriDapRtdSubmodule,
getRealTimeData,
generateRealTimeData,
rtdSubmodule: symitriDapRtdSubmodule,
storage,
DAP_TOKEN,
DAP_MEMBERSHIP,
Expand Down

0 comments on commit 4b68e31

Please sign in to comment.