formatAddress()

in src/weekly/WeeklyExporter.ts [100:102]


	formatAddress(name: string) {
		return name.trim();
	}