formatAddress()

in src/weekly/WeeklyExporter.ts [160:162]


	formatAddress(s: string) {
		return this.toUpperCase(s).trim();
	}